PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

MPEventID

Multiprocessing Services manipulates event groups by passing an event group ID, which is defined by the MPEventID type:

typedef struct OpaqueMPEventID* MPEventID;

You obtain an event group ID by calling the function MPCreateEvent .

VERSION NOTES

Introduced with Multiprocessing Services 2.0.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)